home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-24 | 361 b | 15 lines | [TEXT/CWIE] |
- // oofile.hpp
-
- // This is the only file you need to include in a user program to use the database
- // if you are using the report-writer, you also need oofrw.hpp
-
- // Backend database file - change if using other backends
- #include "oofctree.hpp"
-
- // basic OOFILE files
- #include "oof4.hpp"
- #include "oofquery.hpp"
- #include "oofrel.hpp"
- #include "oofview.hpp"
-
-